@charset "utf-8";
*{margin:0; padding:0; list-style:none; }
body{ background:#fff; font:normal 13px 微软雅黑;  }
img{ border:0;  }
a{ text-decoration:none; color:#333;  }
a:hover{
    color: #FFFFff;
}
.top{
    padding-top: 10px;
    padding-bottom: 20px;
}
.top img{
    display: inline-block;
}
.top .top_text{
    position: relative;
    top: 17px;
    display: inline-block;
    padding-left: 5px;
}
.top .line_1{
    height: 45px;
    width: 1px;
    padding: 0px;
    overflow: hidden;
    background-color: #6e6e6e;
    display: inline-block;
    margin-right: 5px;
}
.top .small_intro{
    height: 50px;
    display: inline-block;
}
.top .small_intro .small_intro_top{
    color: #034b86;
    font-size: 20px;
    font-weight: bold;
    font-family: 微软雅黑;
}
.top .logo{
    width: 30%;
}
.qiehuan{     float: right;
    margin-right: 85px;
    font-size: 18px;
    margin-top: 20px;}
.navbar{
    background: #054e89;
    margin-bottom: 0px;
    font-size: 14px;
}
.navbar .navbar-nav{
    width: 100%;
}

.navbar li{
    width: 14%;
    text-align: center;
}

.navbar a{
    color: #ffffff!important;
}
.navbar a:hover{
    background: #ffffff!important;
    color:  #054e89!important;
    border-top: 3px solid #f00;
    height: 50px;
}
.search{
    background-color: #f4f4f4;
    height: 40px;
    line-height: 40px;
}
.search .hot_search{
    color: #03518c;
    font-family: 微软雅黑, Arial;
    font-size: 14px;
    font-weight: bold;
}
.search .search_class{
    color: #818181;
    font-size: 13px;
}
.search .navbar-form{
    margin: 0px;
    padding: 0;
    padding-bottom: 10px;
}
.search .form-control{
    height: 30px;
}
.search .form-group{
    height: 42px;
    display: inline-block;
}
.search .btn{
    background-color: #03518c;
    color: #ffffff;
    height: 30px;
    line-height: 0px;
}



.footer{
    background: #03518c;
    color: #ffffff;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 13px;
}
.footer .container{
    /*  display: table-cell;*/
    vertical-align: middle;
}
.footer .footer_text{
    display: inline-block;
    line-height: 25px;
    vertical-align: middle;
    width: 80%;
}
@media screen  and (max-width: 1024px){
    .top .logo{
        width: auto;
    }
    .top .line_1,
    .top .small_intro{
        display: none;
    }
    .top_pic img{width: 100%;}

}
@media screen  and (max-width: 736px){
.top .logo{
        width: 60%;
    }
.qiehuan {
    float: right;
    margin-right: 0;
    font-size: 18px;
    margin-top: 0;
}
.top .phone{
        display: none;
    }
}
@media screen  and (max-width: 414px){
    .top{
        padding-bottom: 0px;
    }
	.top .logo{
        width: 60%;
    }
	.qiehuan {
    float: right;
    margin-right: 0;
    font-size: 18px;
    margin-top: 0;
}
    .top_pic{width: 100%;overflow: hidden;}
    .top_pic img{width: 100%;}
    .top .phone{
        display: none;
    }
    .search .hot_search,
    .search .search_class{
        display: none;
    }
    .search .form-group{
        width: 80%;
    }
    .navbar li{width: 100%!important;}


    .tempWrap{padding-left: 6px;}
    .product_show .bd li img {
        width: 91px;
        height: 91px;
    }
}